home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Electronics Boutique Catalog 1996 Spring
/
1996 Electronics Boutique Spring CD-ROM (USA).bin
/
eb
/
demos
/
mw2demo.dir
/
00006.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1995-12-11
|
272 b
|
19 lines
on exitFrame
open("pitfall.exe")
if rollOver(3) then
go("none")
end if
if rollOver(4) then
go("none")
end if
if rollOver(10) then
go("exit")
end if
if rollOver(11) then
go("play")
end if
if rollOver(12) then
go("more")
end if
end